projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89f435
)
(flyspell-default-dictionary): Fix previous change.
author
Pavel Janík
<Pavel@Janik.cz>
Mon, 12 Nov 2001 08:17:15 +0000
(08:17 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Mon, 12 Nov 2001 08:17:15 +0000
(08:17 +0000)
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index 62c826feca3b4d495800d30843394247fa7e5b74..0138509a1e48b12d1435d34e8995deb4c9077ee0 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-166,7
+166,7
@@
Otherwise, if `flyspell-default-dictionary' is nil, it means to use
Ispell's ultimate default dictionary."
:group 'flyspell
:version "21.1"
- :type '(choice string (const :tag "Default" nil))
+ :type '(choice string (const :tag "Default" nil))
)
(defcustom flyspell-tex-command-regexp
"\\(\\(begin\\|end\\)[ \t]*{\\|\\(cite[a-z*]*\\|label\\|ref\\|eqref\\|usepackage\\|documentclass\\)[ \t]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)"